home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / curdll / c_demo / cus_cur.h < prev    next >
Encoding:
Text File  |  1993-11-08  |  889 b   |  21 lines

  1. // Written by:  Robert B. Cooper
  2. //              ELECTRON Software
  3. //              P.O. Box 309
  4. //              Mt. Storm, WV. 26739
  5. //              CompuServe ID#: 73244,3472
  6. //              America OnLine: ELECTRON
  7. //
  8. // This file is used by CUS_CUR.C
  9. //
  10. // You have a royalty-free right to use, modify, reproduce and distribute the
  11. // Sample Files CUS_CUR.C, CUR_DLL.DEF, CUS_CUR.H, SAMPLE.RC, RESOURCE.H and 
  12. // CUR_DEMO.MAK(and/or any modified version) in any way you find useful, 
  13. // provided that you agree that ELECTRON SOFTWARE has no warranty obligations
  14. // or liability for any Sample Application Files which are modified.
  15.  
  16.  
  17. long FAR PASCAL _export WndProc(HWND hWnd, UINT message, 
  18.                                 WPARAM wParam, LPARAM lParam);
  19. int PASCAL WinMain(HANDLE hInstance, HANDLE hPrevInstance, 
  20.                    LPSTR lpCmdLine, int nCmdShow);
  21.